PipelineSessionDown

Undocumented in source.

Members

Functions

httpClose
void httpClose()
Undocumented in source. Be warned that the author may not have intended to support it.
httpWrite
void httpWrite(StreamWriteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
localAddress
Address localAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
post
void post(void delegate() call)
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(Context ctx, const(ubyte[]) msg)
Undocumented in source. Be warned that the author may not have intended to support it.
remoteAddress
Address remoteAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
timeOut
void timeOut(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
transportActive
void transportActive(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
transportInactive
void transportInactive(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

httpSession
httpSession [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
httpSession
HTTPSession httpSession [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SessionDown

httpWrite
void httpWrite(StreamWriteBuffer buffer)
Undocumented in source.
httpClose
void httpClose()
Undocumented in source.
post
void post(void delegate() )
Undocumented in source.
localAddress
Address localAddress()
Undocumented in source.
remoteAddress
Address remoteAddress()
Undocumented in source.

Meta